home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SPACE 2
/
SPACE - Library 2 - Volume 1.iso
/
program
/
331
/
gemfsc14
/
aessrc14
/
aesfrmx1.s
< prev
next >
Wrap
Text File
|
1990-05-27
|
1KB
|
42 lines
;*========================================================================
;*
;* AESFAST GEM bindings.
;* 12/03/89 - v1.4: New.
;*========================================================================
.include "aesfast.sh"
;*************************************************************************
;*
;* Extended Forms manager routines 2
;*
;*************************************************************************
;-------------------------------------------------------------------------
; frmx_center
;-------------------------------------------------------------------------
_frmx_center::
.cargs #8,.ptree.l,.prect.l
link a6,#-10
AControl 54,0,5,1
moveq.l #-10,d2
lea .ptree(a6),a0
ACall RET2HERE
move.l .prect(a6),a1
return4:
lea -10(a6),a0
move.w (a0)+,d0
move.l (a0)+,(a1)+
move.l (a0),(a1)
tst.w d0
unlk a6
rts
; end of code